func reflect.hashMightPanic

4 uses

	reflect (current package)
		type.go#L1868: 	if hashMightPanic(ktyp) {
		type.go#L2089: func hashMightPanic(t *abi.Type) bool {
		type.go#L2095: 		return hashMightPanic(tt.Elem)
		type.go#L2099: 			if hashMightPanic(f.Typ) {